getSpaceIndent

Gets a string which has been indented to x spaces. Uses four spaces, not tabs.

pure @safe nothrow
string
getSpaceIndent
(
size_t count
)

Parameters

count size_t

How many times to indent it

Return Value

Type: string

The indented string

Meta